home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4838 / 4838.xpi / chrome / multipletab.jar / skin / classic / multipletab / multipletab.css < prev   
Cascading Style Sheet File  |  2010-02-03  |  2KB  |  42 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. :root[multipletab-selection-style="color"] tabbrowser .tabbrowser-strip .tabbrowser-tabs
  4.   .tabbrowser-tab[multipletab-selected="true"] .tab-image-left,
  5. :root[multipletab-selection-style="color"] tabbrowser .tabbrowser-strip .tabbrowser-tabs
  6.   .tabbrowser-tab[multipletab-selected="true"] .tab-image-middle,
  7. :root[multipletab-selection-style="color"] tabbrowser .tabbrowser-strip .tabbrowser-tabs
  8.   .tabbrowser-tab[multipletab-selected="true"] .tab-image-right,
  9. :root[multipletab-selection-style="color"] tabbrowser .tabbrowser-strip .tabbrowser-tabs
  10.   .tabbrowser-tab[multipletab-selected="true"] .tab-middle,
  11. :root[multipletab-selection-style="color"] tabbrowser .tabbrowser-strip .tabbrowser-tabs
  12.   .tabbrowser-tab[multipletab-selected="true"] .tab-close-button {
  13.     background-color: Highlight !important;
  14.     color: HighlightText !important;
  15. }
  16.  
  17. :root[multipletab-selection-style="border"] tabbrowser .tabbrowser-strip .tabbrowser-tabs
  18.   .tabbrowser-tab[multipletab-selected="true"] {
  19.     font-weight: bold !important;
  20.     -moz-appearance: none !important;
  21.     border: 2px solid -moz-dialogtext !important;
  22.     -moz-border-top-colors: -moz-dialogtext -moz-dialogtext !important;
  23.     -moz-border-right-colors: -moz-dialogtext -moz-dialogtext !important;
  24.     -moz-border-bottom-colors: -moz-dialogtext -moz-dialogtext !important;
  25.     -moz-border-left-colors: -moz-dialogtext -moz-dialogtext !important;
  26. }
  27.  
  28. :root tabbrowser .tabbrowser-strip .tabbrowser-tabs
  29.   .tabbrowser-tab[multipletab-ready-to-close="true"] .tab-close-button {
  30.     outline: 2px solid Highlight important;
  31.     background-color: Highlight !important;
  32. }
  33.  
  34. :root tabbrowser .tabbrowser-strip .tabbrowser-tabs
  35.   .tabbrowser-tab[multipletab-ready-to-close="true"] .tab-close-button image {
  36.     outline: 2px solid /*invert*/ important;
  37.     background-color: Highlight !important;
  38.     outline: 0 none important;
  39.     opacity: 0.6 !important;
  40. }
  41.  
  42.